Testing coverage

美 [ˈtestɪŋ ˈkʌvərɪdʒ]英 [ˈtestɪŋ ˈkʌvərɪdʒ]
  • 网络测试覆盖
Testing coverageTesting coverage
  1. I 'll talk about how you can measure your testing coverage , and how much testing you should do .

    我会谈及如何测量测试覆盖率以及究竟应该进行多少测试。

  2. Testing Coverage Metrics for Template

    对模板的测试覆盖度量

  3. New Testing Coverage Criteria for Test Suite Reduction

    一种新的测试集简化的测试覆盖准则

  4. Combining boundary scan with functional test , expanded application of boundary scan and larger testing coverage may be realized .

    边界扫描技术与功能测试的结合,可以扩展边界扫描技术的应用范围,实现了更高的测试覆盖率。

  5. Testing-based fault localization ( TBFL ) localizes program errors ( or faults ) by using testing coverage information .

    基于测试的软件故障定位技术(TBFL)利用测试覆盖信息对程序错误(亦称故障)进行定位。

  6. The testing coverage criterion is used to guarantee the adequacy of the testing for the SCADE data flow diagram ( DFD ) model .

    在数据流图测试中使用MC/DC测试覆盖准则保证测试的充分性。

  7. This paper presents the technique of automated test case generation based on the specification instruction of UML State Diagram , and defines the criteria of testing coverage and analyzes the generation of test datas .

    本文实现了基于UMLStateDiagram规格说明的自动测试用例生成技术,定义了相应的测试覆盖准则,分析了测试数据的生成。

  8. GUI testing coverage criteria . Coverage criteria are always important issues for software testing , which not only can be used to evaluate the coverage of the cases in testing , but also guide generating test cases .

    GUI测试覆盖准则,测试覆盖准则一直是软件测试的重要课题,其不仅可以用来评估测试中用例的覆盖程度,也可以用于指导生成测试用例。

  9. We present two algorithms based on binary decision diagrams to produce test data for the multiple-condition criterion and the modified condition / decision criterion , and describe how to measure the testing coverage of them .

    结合程序分析方面的研究,提出了两种测试数据生成方法,可以分别生成满足多重条件覆盖和改进的条件/判定覆盖的测试数据集。

  10. One of the most critical measurements for testing is code coverage .

    代码覆盖率就是最重要的测试指标之一。

  11. Research on Overlay Network Testing Algorithms for Coverage in Wireless Sensor Networks

    覆盖网络测试探析传感器网络覆盖算法研究

  12. In the Java Card program testing , code coverage is often used as an important indicator to measure the program is good or bad .

    在对Java卡程序测试时,代码覆盖率常常被拿来作为衡量程序好坏的重要指标。

  13. After testing and analyzing coverage abnormal situation , we definite adjustment scheme with the simulated annealing algorithm , then effectively execute , and the whole process will complete without human intervention .

    在检测和分析出覆盖异常后,通过模拟退火算法生成倾角调整方案,最后有效执行,整个过程无需人工干预。

  14. To examine syphilis testing capacity , screening coverage rates and types of syphilis tests used in medical facilities in southern China .

    旨在调查中国南方医疗机构的梅毒测试能力、筛查覆盖率和梅毒测试类型。

  15. Based on testing and analyzing the coverage level on the boundary , this paper proposed some suggestions of adjusting coverage according to the boundary conditions .

    本文通过对边界覆盖电平的测试和分析,提出对根据边界条件调整覆盖的建议。

  16. Test automation is often seen as a way to reduce the costs of testing , increase test coverage and effectiveness , and shorten testing cycles .

    测试自动化常常被当做减少测试成本、增加测试覆盖率和有效性、缩短测试周期的手段。

  17. And , when coupled with functional testing , the fault coverage for the entire process is as good as or better than in-circuit testing alone .

    加上功能测试,这个过程中检测到的故障率要比单独进行在线测试故障发现率大。

  18. However it is not enough that a more complex safety-critical software only meet the software testing adequacy of function coverage , it should add the safety extension testing .

    然而对于一个较复杂的安全性关键软件仅仅满足功能覆盖的软件测试充分性是不够的,应增加安全性扩充测试。

  19. Data on syphilis testing capacity , screening coverage and types of syphilis tests used were collected from all types of public medical facilities offering prenatal care ( n = 109 ) .

    所运用的梅毒测试能力、筛查覆盖率和梅毒测试类型方面的数据从提供产前护理的所有类型公共医疗机构(n=109)处收集。

  20. In order to reduce the workload and enhance the efficiency of testing with the precondition of enough testing coverage of FPGA interconnects , this paper presents a testing method by which the testing path is easy to find and the testing coverage achieved is more than 95 percent .

    为了在测试中减少测试工作量,提高测试效率,同时又能保证一定的测试覆盖率,论文提出了一种可以在短时间内找到内部互连线的测试路径并且达到95%以上覆盖率的测试方法。

  21. With the software testing technology widely used , the number of testing coverage criteria is increasing all the time .

    随着软件测试技术的广泛应用,各种测试覆盖准则层出不穷。

  22. If the information obtained by this method is used in structure testing , it can improve the testing efficiency and the testing coverage of exception handling code .

    通过这种分析方法获得的信息,应用到软件的结构测试,可以提高测试的效率和异常处理代码的测试覆盖率;

  23. In active testing , the test sequence is statically arranged before testing , thus test coverage is independent of actual testing .

    被动测试中测试覆盖率分析:测试序列生成的目标就是用尽可能短的测试序列检测出尽可能多的错误,主动测试中,测试序列是在测试之前就静态确定的,因而覆盖率是固定的。

  24. Basic black-box testing and white-box testing are successfully carried out . In white-box testing , the statement coverage and branch coverage are achieved ;

    原型系统实现了基本的黑盒和白盒测试,其中白盒测试实现了语句和分支覆盖;

  25. After changes are made to a previously tested program , a goal of regression testing is to retest the program based only on the modification while maintaining the same testing coverage as the complete retesting of the program .

    回归测试的目标之一是在程序修改后,只对进行修改的部分重新测试,从而达到与完全测试相同的测试覆盖。

  26. According to the specific testing requirements , we design a testing method named " fault code injection based on Threat Modeling " to improve testing coverage , reduce testing difficulty , save the resources for testing . Then we described in detail every step in this testing method process .

    根据具体的测试需求,本文以提高测试的覆盖率、减轻测试难度、节省测试资源为出发点,设计了一种基于威胁建模的故障代码注入的测试方法,并详细介绍了流程的各个步骤。